﻿2026-07-10T00:59:33.2860424Z ##[group]Run actions/checkout@v5
2026-07-10T00:59:33.2861101Z with:
2026-07-10T00:59:33.2861687Z   repository: SaberMage/spt-core
2026-07-10T00:59:33.2864884Z   token: ***
2026-07-10T00:59:33.2865464Z   ssh-strict: true
2026-07-10T00:59:33.2865957Z   ssh-user: git
2026-07-10T00:59:33.2866440Z   persist-credentials: true
2026-07-10T00:59:33.2867060Z   clean: true
2026-07-10T00:59:33.2867545Z   sparse-checkout-cone-mode: true
2026-07-10T00:59:33.2886342Z   fetch-depth: 1
2026-07-10T00:59:33.2886844Z   fetch-tags: false
2026-07-10T00:59:33.2887245Z   show-progress: true
2026-07-10T00:59:33.2887636Z   lfs: false
2026-07-10T00:59:33.2887994Z   submodules: false
2026-07-10T00:59:33.2888384Z   set-safe-directory: true
2026-07-10T00:59:33.2889277Z env:
2026-07-10T00:59:33.2889668Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-10T00:59:33.2890227Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-10T00:59:33.2890674Z ##[endgroup]
2026-07-10T00:59:33.3774636Z Syncing repository: SaberMage/spt-core
2026-07-10T00:59:33.3777217Z ##[group]Getting Git version info
2026-07-10T00:59:33.3778086Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-10T00:59:33.3779313Z [command]/usr/bin/git version
2026-07-10T00:59:33.3779829Z git version 2.43.0
2026-07-10T00:59:33.3781238Z ##[endgroup]
2026-07-10T00:59:33.3790876Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/b3e2938b-67e1-4312-9143-7fd8888f9ad2' before making global git config changes
2026-07-10T00:59:33.3792483Z Adding repository directory to the temporary git global config as a safe directory
2026-07-10T00:59:33.3795375Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-10T00:59:33.3836727Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-10T00:59:33.3862252Z https://github.com/SaberMage/spt-core
2026-07-10T00:59:33.3874040Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-10T00:59:33.3876888Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-10T00:59:33.3899534Z HEAD
2026-07-10T00:59:33.3937472Z ##[endgroup]
2026-07-10T00:59:33.3938751Z [command]/usr/bin/git submodule status
2026-07-10T00:59:33.4138531Z ##[group]Cleaning the repository
2026-07-10T00:59:33.4140792Z [command]/usr/bin/git clean -ffdx
2026-07-10T00:59:33.4172983Z Removing traceable-reqs
2026-07-10T00:59:33.4180823Z [command]/usr/bin/git reset --hard HEAD
2026-07-10T00:59:33.4246550Z HEAD is now at 3eaa7bc48 Merge 55024567e98df04e7fa82b6058ab9149f500d943 into b0d77197ab07bcb30d8bbf24d5e01f2ce0a0f1fa
2026-07-10T00:59:33.4254448Z ##[endgroup]
2026-07-10T00:59:33.4256218Z ##[group]Disabling automatic garbage collection
2026-07-10T00:59:33.4260379Z [command]/usr/bin/git config --local gc.auto 0
2026-07-10T00:59:33.4289512Z ##[endgroup]
2026-07-10T00:59:33.4290336Z ##[group]Setting up auth
2026-07-10T00:59:33.4295260Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-10T00:59:33.4329218Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-10T00:59:33.4569237Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-10T00:59:33.4601194Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-10T00:59:33.4792969Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-10T00:59:33.4817995Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-10T00:59:33.5021157Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-10T00:59:33.5052347Z ##[endgroup]
2026-07-10T00:59:33.5053553Z ##[group]Fetching the repository
2026-07-10T00:59:33.5058803Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +3eaa7bc48bc13f5f08aa45d77cc898b98762e8c1:refs/remotes/pull/74/merge
2026-07-10T00:59:33.9584838Z ##[endgroup]
2026-07-10T00:59:33.9586026Z ##[group]Determining the checkout info
2026-07-10T00:59:33.9587237Z ##[endgroup]
2026-07-10T00:59:33.9589645Z [command]/usr/bin/git sparse-checkout disable
2026-07-10T00:59:33.9634022Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-10T00:59:33.9661872Z ##[group]Checking out the ref
2026-07-10T00:59:33.9670097Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/74/merge
2026-07-10T00:59:33.9733416Z HEAD is now at 3eaa7bc48 Merge 55024567e98df04e7fa82b6058ab9149f500d943 into b0d77197ab07bcb30d8bbf24d5e01f2ce0a0f1fa
2026-07-10T00:59:33.9739561Z ##[endgroup]
2026-07-10T00:59:33.9788236Z [command]/usr/bin/git log -1 --format=%H
2026-07-10T00:59:33.9826390Z 3eaa7bc48bc13f5f08aa45d77cc898b98762e8c1
